Html Css Color HEX #650C19 Pohutukawa

📋 copy color: '#650C19'

red 101 ◦ green 12 ◦ blue 25

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

Shades of Pohutukawa #650C19

Tints of Pohutukawa #650C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.7%

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

R = 73.19%
G = 8.7%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#650C19 (or 0x650C19) is known color: Pohutukawa. HEX triplet: 65, 0C and 19. RGB value is (101,12,25). Sum of RGB (Red+Green+Blue) = 101+12+25=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C19 is #9AF3E6. Grayscale: #282828. Windows color (decimal): -10154983 or 1641573. OLE color: 1641573.

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

Color convert

RGB 101 12 25 -
CMYK 0 0.88 0.75 0.60
HSL 351.24º 0.79% 0.22% -
HSV(B) 351.24º 0.88% 0.4% -
XYZ 5.67 3.1 1.22 -
YUV 40.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 101 12 25 0 0.88 0.75 0.60 351.24 0.79 0.22
Hex 65 C 19 0 58 4B 3C 15F 4F 16
Octal 145 14 31 0 130 113 74 537 117 26
Binary 1100101 1100 11001 0 1011000 1001011 111100 101011111 1001111 10110

Color Harmonies of #650C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C19

Black with #650C19

Text Example


Text Example

White with #650C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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