Html Css Color HEX #640A1D Pohutukawa

📋 copy color: '#640A1D'

red 100 ◦ green 10 ◦ blue 29

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

Shades of Pohutukawa #640A1D

Tints of Pohutukawa #640A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 71.94%
G = 7.19%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#640A1D (or 0x640A1D) is known color: Pohutukawa. HEX triplet: 64, 0A and 1D. RGB value is (100,10,29). Sum of RGB (Red+Green+Blue) = 100+10+29=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #640A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A1D is #9BF5E2. Grayscale: #272727. Windows color (decimal): -10221027 or 1903204. OLE color: 1903204.

HSL color Cylindrical-coordinate representation of color #640A1D: hue angle of 347.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A1D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 10 29 -
CMYK 0 0.90 0.71 0.61
HSL 347.33º 0.82% 0.22% -
HSV(B) 347.33º 0.9% 0.39% -
XYZ 5.59 3.02 1.45 -
YUV 39.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 100 10 29 0 0.90 0.71 0.61 347.33 0.82 0.22
Hex 64 A 1D 0 5A 47 3D 15B 52 16
Octal 144 12 35 0 132 107 75 533 122 26
Binary 1100100 1010 11101 0 1011010 1000111 111101 101011011 1010010 10110

Color Harmonies of #640A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A1D

Black with #640A1D

Text Example


Text Example

White with #640A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,29); }

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

background-color css

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

 a { background-color: rgb(100,10,29); }

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

border-color css

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

 span { border-color: rgb(100,10,29); }

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