Html Css Color HEX #641215 Pohutukawa

📋 copy color: '#641215'

red 100 ◦ green 18 ◦ blue 21

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

Shades of Pohutukawa #641215

Tints of Pohutukawa #641215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 71.94%
G = 12.95%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#641215 (or 0x641215) is known color: Pohutukawa. HEX triplet: 64, 12 and 15. RGB value is (100,18,21). Sum of RGB (Red+Green+Blue) = 100+18+21=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641215 is #9BEDEA. Grayscale: #2A2A2A. Windows color (decimal): -10218987 or 1380964. OLE color: 1380964.

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

Color convert

RGB 100 18 21 -
CMYK 0 0.82 0.79 0.61
HSL 357.8º 0.69% 0.23% -
HSV(B) 357.8º 0.82% 0.39% -
XYZ 5.61 3.2 1.03 -
YUV 42.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 100 18 21 0 0.82 0.79 0.61 357.8 0.69 0.23
Hex 64 12 15 0 52 4F 3D 166 45 17
Octal 144 22 25 0 122 117 75 546 105 27
Binary 1100100 10010 10101 0 1010010 1001111 111101 101100110 1000101 10111

Color Harmonies of #641215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641215

Black with #641215

Text Example


Text Example

White with #641215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641215; }

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

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

background-color css

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

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

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

border-color css

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

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

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