Html Css Color HEX #641114 Pohutukawa

📋 copy color: '#641114'

red 100 ◦ green 17 ◦ blue 20

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

Shades of Pohutukawa #641114

Tints of Pohutukawa #641114

RGB

 RED value IS 100 (39.45% from 255) = 72.99%

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 72.99%
G = 12.41%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#641114 (or 0x641114) is known color: Pohutukawa. HEX triplet: 64, 11 and 14. RGB value is (100,17,20). Sum of RGB (Red+Green+Blue) = 100+17+20=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #641114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641114 is #9BEEEB. Grayscale: #2A2A2A. Windows color (decimal): -10219244 or 1315172. OLE color: 1315172.

HSL color Cylindrical-coordinate representation of color #641114: hue angle of 357.83º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641114 is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 20 -
CMYK 0 0.83 0.8 0.61
HSL 357.83º 0.71% 0.23% -
HSV(B) 357.83º 0.83% 0.39% -
XYZ 5.58 3.16 0.98 -
YUV 42.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 100 17 20 0 0.83 0.8 0.61 357.83 0.71 0.23
Hex 64 11 14 0 53 50 3D 166 47 17
Octal 144 21 24 0 123 120 75 546 107 27
Binary 1100100 10001 10100 0 1010011 1010000 111101 101100110 1000111 10111

Color Harmonies of #641114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641114

Black with #641114

Text Example


Text Example

White with #641114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641114; }

 p { color: rgb(100,17,20); }

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

background-color css

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

 a { background-color: rgb(100,17,20); }

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

border-color css

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

 span { border-color: rgb(100,17,20); }

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