Html Css Color HEX #650F19 Pohutukawa

📋 copy color: '#650F19'

red 101 ◦ green 15 ◦ blue 25

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

Shades of Pohutukawa #650F19

Tints of Pohutukawa #650F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 71.63%
G = 10.64%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#650F19 (or 0x650F19) is known color: Pohutukawa. HEX triplet: 65, 0F and 19. RGB value is (101,15,25). Sum of RGB (Red+Green+Blue) = 101+15+25=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F19 is #9AF0E6. Grayscale: #292929. Windows color (decimal): -10154215 or 1642341. OLE color: 1642341.

HSL color Cylindrical-coordinate representation of color #650F19: hue angle of 353.02º 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 #650F19 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 15 25 -
CMYK 0 0.85 0.75 0.60
HSL 353.02º 0.74% 0.23% -
HSV(B) 353.02º 0.85% 0.4% -
XYZ 5.71 3.18 1.23 -
YUV 41.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 101 15 25 0 0.85 0.75 0.60 353.02 0.74 0.23
Hex 65 F 19 0 55 4B 3C 161 4A 17
Octal 145 17 31 0 125 113 74 541 112 27
Binary 1100101 1111 11001 0 1010101 1001011 111100 101100001 1001010 10111

Color Harmonies of #650F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F19

Black with #650F19

Text Example


Text Example

White with #650F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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