Html Css Color HEX #641315 Pohutukawa

📋 copy color: '#641315'

red 100 ◦ green 19 ◦ blue 21

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

Shades of Pohutukawa #641315

Tints of Pohutukawa #641315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 71.43%
G = 13.57%
B = 15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#641315 (or 0x641315) is known color: Pohutukawa. HEX triplet: 64, 13 and 15. RGB value is (100,19,21). Sum of RGB (Red+Green+Blue) = 100+19+21=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641315 is #9BECEA. Grayscale: #2B2B2B. Windows color (decimal): -10218731 or 1381220. OLE color: 1381220.

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

Color convert

RGB 100 19 21 -
CMYK 0 0.81 0.79 0.61
HSL 358.52º 0.68% 0.23% -
HSV(B) 358.52º 0.81% 0.39% -
XYZ 5.62 3.23 1.04 -
YUV 43.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 100 19 21 0 0.81 0.79 0.61 358.52 0.68 0.23
Hex 64 13 15 0 51 4F 3D 167 44 17
Octal 144 23 25 0 121 117 75 547 104 27
Binary 1100100 10011 10101 0 1010001 1001111 111101 101100111 1000100 10111

Color Harmonies of #641315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641315

Black with #641315

Text Example


Text Example

White with #641315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641315; }

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

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

background-color css

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

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

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

border-color css

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

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

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