Html Css Color HEX #641024 Pohutukawa

📋 copy color: '#641024'

red 100 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #641024

Tints of Pohutukawa #641024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 65.79%
G = 10.53%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#641024 (or 0x641024) is known color: Pohutukawa. HEX triplet: 64, 10 and 24. RGB value is (100,16,36). Sum of RGB (Red+Green+Blue) = 100+16+36=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641024 is #9BEFDB. Grayscale: #2B2B2B. Windows color (decimal): -10219484 or 2363492. OLE color: 2363492.

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

Color convert

RGB 100 16 36 -
CMYK 0 0.84 0.64 0.61
HSL 345.71º 0.72% 0.23% -
HSV(B) 345.71º 0.84% 0.39% -
XYZ 5.76 3.21 1.98 -
YUV 43.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 100 16 36 0 0.84 0.64 0.61 345.71 0.72 0.23
Hex 64 10 24 0 54 40 3D 15A 48 17
Octal 144 20 44 0 124 100 75 532 110 27
Binary 1100100 10000 100100 0 1010100 1000000 111101 101011010 1001000 10111

Color Harmonies of #641024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641024

Black with #641024

Text Example


Text Example

White with #641024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641024; }

 p { color: rgb(100,16,36); }

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

background-color css

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

 a { background-color: rgb(100,16,36); }

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

border-color css

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

 span { border-color: rgb(100,16,36); }

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