Html Css Color HEX #651217 Pohutukawa

📋 copy color: '#651217'

red 101 ◦ green 18 ◦ blue 23

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

Shades of Pohutukawa #651217

Tints of Pohutukawa #651217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.2%

R = 71.13%
G = 12.68%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651217 (or 0x651217) is known color: Pohutukawa. HEX triplet: 65, 12 and 17. RGB value is (101,18,23). Sum of RGB (Red+Green+Blue) = 101+18+23=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #651217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651217 is #9AEDE8. Grayscale: #2B2B2B. Windows color (decimal): -10153449 or 1512037. OLE color: 1512037.

HSL color Cylindrical-coordinate representation of color #651217: hue angle of 356.39º 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 #651217 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 23 -
CMYK 0 0.82 0.77 0.60
HSL 356.39º 0.7% 0.23% -
HSV(B) 356.39º 0.82% 0.4% -
XYZ 5.74 3.26 1.14 -
YUV 43.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 101 18 23 0 0.82 0.77 0.60 356.39 0.7 0.23
Hex 65 12 17 0 52 4D 3C 164 46 17
Octal 145 22 27 0 122 115 74 544 106 27
Binary 1100101 10010 10111 0 1010010 1001101 111100 101100100 1000110 10111

Color Harmonies of #651217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651217

Black with #651217

Text Example


Text Example

White with #651217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651217; }

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

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

background-color css

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

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

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

border-color css

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

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

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