Html Css Color HEX #641529 Pohutukawa

📋 copy color: '#641529'

red 100 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #641529

Tints of Pohutukawa #641529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 61.73%
G = 12.96%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#641529 (or 0x641529) is known color: Pohutukawa. HEX triplet: 64, 15 and 29. RGB value is (100,21,41). Sum of RGB (Red+Green+Blue) = 100+21+41=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #641529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641529 is #9BEAD6. Grayscale: #2E2E2E. Windows color (decimal): -10218199 or 2692452. OLE color: 2692452.

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

Color convert

RGB 100 21 41 -
CMYK 0 0.79 0.59 0.61
HSL 344.81º 0.65% 0.24% -
HSV(B) 344.81º 0.79% 0.39% -
XYZ 5.92 3.41 2.44 -
YUV 46.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 100 21 41 0 0.79 0.59 0.61 344.81 0.65 0.24
Hex 64 15 29 0 4F 3B 3D 159 41 18
Octal 144 25 51 0 117 73 75 531 101 30
Binary 1100100 10101 101001 0 1001111 111011 111101 101011001 1000001 11000

Color Harmonies of #641529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641529

Black with #641529

Text Example


Text Example

White with #641529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641529; }

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

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

background-color css

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

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

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

border-color css

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

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

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