Html Css Color HEX #640315 Pohutukawa

📋 copy color: '#640315'

red 100 ◦ green 3 ◦ blue 21

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

Shades of Pohutukawa #640315

Tints of Pohutukawa #640315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 80.65%
G = 2.42%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#640315 (or 0x640315) is known color: Pohutukawa. HEX triplet: 64, 03 and 15. RGB value is (100,3,21). Sum of RGB (Red+Green+Blue) = 100+3+21=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640315 is #9BFCEA. Grayscale: #222222. Windows color (decimal): -10222827 or 1377124. OLE color: 1377124.

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

Color convert

RGB 100 3 21 -
CMYK 0 0.97 0.79 0.61
HSL 348.87º 0.94% 0.2% -
HSV(B) 348.87º 0.97% 0.39% -
XYZ 5.42 2.83 0.97 -
YUV 34.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 100 3 21 0 0.97 0.79 0.61 348.87 0.94 0.2
Hex 64 3 15 0 61 4F 3D 15D 5E 14
Octal 144 3 25 0 141 117 75 535 136 24
Binary 1100100 11 10101 0 1100001 1001111 111101 101011101 1011110 10100

Color Harmonies of #640315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640315

Black with #640315

Text Example


Text Example

White with #640315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640315; }

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

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

background-color css

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

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

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

border-color css

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

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

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