Html Css Color HEX #640313 Pohutukawa

📋 copy color: '#640313'

red 100 ◦ green 3 ◦ blue 19

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

Shades of Pohutukawa #640313

Tints of Pohutukawa #640313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 81.97%
G = 2.46%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640313 (or 0x640313) is known color: Pohutukawa. HEX triplet: 64, 03 and 13. RGB value is (100,3,19). Sum of RGB (Red+Green+Blue) = 100+3+19=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #640313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640313 is #9BFCEC. Grayscale: #212121. Windows color (decimal): -10222829 or 1246052. OLE color: 1246052.

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

Color convert

RGB 100 3 19 -
CMYK 0 0.97 0.81 0.61
HSL 350.1º 0.94% 0.2% -
HSV(B) 350.1º 0.97% 0.39% -
XYZ 5.41 2.82 0.88 -
YUV 33.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 100 3 19 0 0.97 0.81 0.61 350.1 0.94 0.2
Hex 64 3 13 0 61 51 3D 15E 5E 14
Octal 144 3 23 0 141 121 75 536 136 24
Binary 1100100 11 10011 0 1100001 1010001 111101 101011110 1011110 10100

Color Harmonies of #640313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640313

Black with #640313

Text Example


Text Example

White with #640313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640313; }

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

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

background-color css

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

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

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

border-color css

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

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

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