Html Css Color HEX #651213 Pohutukawa

📋 copy color: '#651213'

red 101 ◦ green 18 ◦ blue 19

#651213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #651213

Tints of Pohutukawa #651213

RGB

 RED value IS 101 (39.84% from 255) = 73.19%

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 73.19%
G = 13.04%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#651213 (or 0x651213) is known color: Pohutukawa. HEX triplet: 65, 12 and 13. RGB value is (101,18,19). Sum of RGB (Red+Green+Blue) = 101+18+19=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651213 is #9AEDEC. Grayscale: #2B2B2B. Windows color (decimal): -10153453 or 1249893. OLE color: 1249893.

HSL color Cylindrical-coordinate representation of color #651213: hue angle of 359.28º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651213 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 19 -
CMYK 0 0.82 0.81 0.60
HSL 359.28º 0.7% 0.23% -
HSV(B) 359.28º 0.82% 0.4% -
XYZ 5.7 3.25 0.94 -
YUV 42.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 101 18 19 0 0.82 0.81 0.60 359.28 0.7 0.23
Hex 65 12 13 0 52 51 3C 167 46 17
Octal 145 22 23 0 122 121 74 547 106 27
Binary 1100101 10010 10011 0 1010010 1010001 111100 101100111 1000110 10111

Color Harmonies of #651213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651213

Black with #651213

Text Example


Text Example

White with #651213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651213; }

 p { color: rgb(101,18,19); }

 H1.HeaderClassName
 {
   color: #651213;
 }
 .AnyTagClassName
 {
   color: #651213;
 }
</style>

background-color css

<style>
 a { background-color: #651213; }

 a { background-color: rgb(101,18,19); }

 div.DivClassName
 {
   background-color: #651213;
 }
 .BgClassName
 {
   background-color: #651213;
 }
</style>

border-color css

<style>
 span { border-color: #651213; }

 span { border-color: rgb(101,18,19); }

 td.TdClassName
 {
   border-color: #651213;
 }
 .TagClassName
 {
   border-color: #651213;
 }
</style>