Html Css Color HEX #650F17 Pohutukawa

📋 copy color: '#650F17'

red 101 ◦ green 15 ◦ blue 23

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

Shades of Pohutukawa #650F17

Tints of Pohutukawa #650F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.79%

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

R = 72.66%
G = 10.79%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#650F17 (or 0x650F17) is known color: Pohutukawa. HEX triplet: 65, 0F and 17. RGB value is (101,15,23). Sum of RGB (Red+Green+Blue) = 101+15+23=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F17 is #9AF0E8. Grayscale: #292929. Windows color (decimal): -10154217 or 1511269. OLE color: 1511269.

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

Color convert

RGB 101 15 23 -
CMYK 0 0.85 0.77 0.60
HSL 354.42º 0.74% 0.23% -
HSV(B) 354.42º 0.85% 0.4% -
XYZ 5.69 3.17 1.12 -
YUV 41.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 101 15 23 0 0.85 0.77 0.60 354.42 0.74 0.23
Hex 65 F 17 0 55 4D 3C 162 4A 17
Octal 145 17 27 0 125 115 74 542 112 27
Binary 1100101 1111 10111 0 1010101 1001101 111100 101100010 1001010 10111

Color Harmonies of #650F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F17

Black with #650F17

Text Example


Text Example

White with #650F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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