Html Css Color HEX #650418 Pohutukawa

📋 copy color: '#650418'

red 101 ◦ green 4 ◦ blue 24

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

Shades of Pohutukawa #650418

Tints of Pohutukawa #650418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 78.29%
G = 3.1%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#650418 (or 0x650418) is known color: Pohutukawa. HEX triplet: 65, 04 and 18. RGB value is (101,4,24). Sum of RGB (Red+Green+Blue) = 101+4+24=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650418 is #9AFBE7. Grayscale: #232323. Windows color (decimal): -10157032 or 1573989. OLE color: 1573989.

HSL color Cylindrical-coordinate representation of color #650418: hue angle of 347.63º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650418 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 24 -
CMYK 0 0.96 0.76 0.60
HSL 347.63º 0.92% 0.21% -
HSV(B) 347.63º 0.96% 0.4% -
XYZ 5.58 2.92 1.13 -
YUV 35.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 101 4 24 0 0.96 0.76 0.60 347.63 0.92 0.21
Hex 65 4 18 0 60 4C 3C 15C 5C 15
Octal 145 4 30 0 140 114 74 534 134 25
Binary 1100101 100 11000 0 1100000 1001100 111100 101011100 1011100 10101

Color Harmonies of #650418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650418

Black with #650418

Text Example


Text Example

White with #650418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650418; }

 p { color: rgb(101,4,24); }

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

background-color css

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

 a { background-color: rgb(101,4,24); }

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

border-color css

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

 span { border-color: rgb(101,4,24); }

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