Html Css Color HEX #641012 Pohutukawa

📋 copy color: '#641012'

red 100 ◦ green 16 ◦ blue 18

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

Shades of Pohutukawa #641012

Tints of Pohutukawa #641012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 74.63%
G = 11.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641012 (or 0x641012) is known color: Pohutukawa. HEX triplet: 64, 10 and 12. RGB value is (100,16,18). Sum of RGB (Red+Green+Blue) = 100+16+18=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #641012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641012 is #9BEFED. Grayscale: #292929. Windows color (decimal): -10219502 or 1183844. OLE color: 1183844.

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

Color convert

RGB 100 16 18 -
CMYK 0 0.84 0.82 0.61
HSL 358.57º 0.72% 0.23% -
HSV(B) 358.57º 0.84% 0.39% -
XYZ 5.55 3.12 0.88 -
YUV 41.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 100 16 18 0 0.84 0.82 0.61 358.57 0.72 0.23
Hex 64 10 12 0 54 52 3D 167 48 17
Octal 144 20 22 0 124 122 75 547 110 27
Binary 1100100 10000 10010 0 1010100 1010010 111101 101100111 1001000 10111

Color Harmonies of #641012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641012

Black with #641012

Text Example


Text Example

White with #641012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641012; }

 p { color: rgb(100,16,18); }

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

background-color css

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

 a { background-color: rgb(100,16,18); }

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

border-color css

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

 span { border-color: rgb(100,16,18); }

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