Html Css Color HEX #640C1C Pohutukawa

📋 copy color: '#640C1C'

red 100 ◦ green 12 ◦ blue 28

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

Shades of Pohutukawa #640C1C

Tints of Pohutukawa #640C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 71.43%
G = 8.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#640C1C (or 0x640C1C) is known color: Pohutukawa. HEX triplet: 64, 0C and 1C. RGB value is (100,12,28). Sum of RGB (Red+Green+Blue) = 100+12+28=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #640C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640C1C is #9BF3E3. Grayscale: #282828. Windows color (decimal): -10220516 or 1838180. OLE color: 1838180.

HSL color Cylindrical-coordinate representation of color #640C1C: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640C1C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 12 28 -
CMYK 0 0.88 0.72 0.61
HSL 349.09º 0.79% 0.22% -
HSV(B) 349.09º 0.88% 0.39% -
XYZ 5.6 3.06 1.39 -
YUV 40.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 100 12 28 0 0.88 0.72 0.61 349.09 0.79 0.22
Hex 64 C 1C 0 58 48 3D 15D 4F 16
Octal 144 14 34 0 130 110 75 535 117 26
Binary 1100100 1100 11100 0 1011000 1001000 111101 101011101 1001111 10110

Color Harmonies of #640C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C1C

Black with #640C1C

Text Example


Text Example

White with #640C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640C1C; }

 p { color: rgb(100,12,28); }

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

background-color css

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

 a { background-color: rgb(100,12,28); }

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

border-color css

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

 span { border-color: rgb(100,12,28); }

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