Html Css Color HEX #641011 Pohutukawa

📋 copy color: '#641011'

red 100 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #641011

Tints of Pohutukawa #641011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 75.19%
G = 12.03%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#641011 (or 0x641011) is known color: Pohutukawa. HEX triplet: 64, 10 and 11. RGB value is (100,16,17). Sum of RGB (Red+Green+Blue) = 100+16+17=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #641011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641011 is #9BEFEE. Grayscale: #292929. Windows color (decimal): -10219503 or 1118308. OLE color: 1118308.

HSL color Cylindrical-coordinate representation of color #641011: hue angle of 359.29º 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 #641011 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 16 17 -
CMYK 0 0.84 0.83 0.61
HSL 359.29º 0.72% 0.23% -
HSV(B) 359.29º 0.84% 0.39% -
XYZ 5.54 3.12 0.84 -
YUV 41.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 100 16 17 0 0.84 0.83 0.61 359.29 0.72 0.23
Hex 64 10 11 0 54 53 3D 167 48 17
Octal 144 20 21 0 124 123 75 547 110 27
Binary 1100100 10000 10001 0 1010100 1010011 111101 101100111 1001000 10111

Color Harmonies of #641011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641011

Black with #641011

Text Example


Text Example

White with #641011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641011; }

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

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

background-color css

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

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

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

border-color css

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

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

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