Html Css Color HEX #651117 Pohutukawa

📋 copy color: '#651117'

red 101 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #651117

Tints of Pohutukawa #651117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 71.63%
G = 12.06%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651117 (or 0x651117) is known color: Pohutukawa. HEX triplet: 65, 11 and 17. RGB value is (101,17,23). Sum of RGB (Red+Green+Blue) = 101+17+23=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651117 is #9AEEE8. Grayscale: #2A2A2A. Windows color (decimal): -10153705 or 1511781. OLE color: 1511781.

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

Color convert

RGB 101 17 23 -
CMYK 0 0.83 0.77 0.60
HSL 355.71º 0.71% 0.23% -
HSV(B) 355.71º 0.83% 0.4% -
XYZ 5.72 3.23 1.13 -
YUV 42.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 101 17 23 0 0.83 0.77 0.60 355.71 0.71 0.23
Hex 65 11 17 0 53 4D 3C 164 47 17
Octal 145 21 27 0 123 115 74 544 107 27
Binary 1100101 10001 10111 0 1010011 1001101 111100 101100100 1000111 10111

Color Harmonies of #651117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651117

Black with #651117

Text Example


Text Example

White with #651117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651117; }

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

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

background-color css

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

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

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

border-color css

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

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

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