Html Css Color HEX #650D19 Pohutukawa

📋 copy color: '#650D19'

red 101 ◦ green 13 ◦ blue 25

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

Shades of Pohutukawa #650D19

Tints of Pohutukawa #650D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 72.66%
G = 9.35%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#650D19 (or 0x650D19) is known color: Pohutukawa. HEX triplet: 65, 0D and 19. RGB value is (101,13,25). Sum of RGB (Red+Green+Blue) = 101+13+25=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D19 is #9AF2E6. Grayscale: #282828. Windows color (decimal): -10154727 or 1641829. OLE color: 1641829.

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

Color convert

RGB 101 13 25 -
CMYK 0 0.87 0.75 0.60
HSL 351.82º 0.77% 0.22% -
HSV(B) 351.82º 0.87% 0.4% -
XYZ 5.69 3.12 1.22 -
YUV 40.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 101 13 25 0 0.87 0.75 0.60 351.82 0.77 0.22
Hex 65 D 19 0 57 4B 3C 160 4D 16
Octal 145 15 31 0 127 113 74 540 115 26
Binary 1100101 1101 11001 0 1010111 1001011 111100 101100000 1001101 10110

Color Harmonies of #650D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D19

Black with #650D19

Text Example


Text Example

White with #650D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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