Html Css Color HEX #641225 Pohutukawa

📋 copy color: '#641225'

red 100 ◦ green 18 ◦ blue 37

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

Shades of Pohutukawa #641225

Tints of Pohutukawa #641225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 64.52%
G = 11.61%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#641225 (or 0x641225) is known color: Pohutukawa. HEX triplet: 64, 12 and 25. RGB value is (100,18,37). Sum of RGB (Red+Green+Blue) = 100+18+37=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #641225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641225 is #9BEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10218971 or 2429540. OLE color: 2429540.

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

Color convert

RGB 100 18 37 -
CMYK 0 0.82 0.63 0.61
HSL 346.1º 0.69% 0.23% -
HSV(B) 346.1º 0.82% 0.39% -
XYZ 5.81 3.28 2.08 -
YUV 44.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 100 18 37 0 0.82 0.63 0.61 346.1 0.69 0.23
Hex 64 12 25 0 52 3F 3D 15A 45 17
Octal 144 22 45 0 122 77 75 532 105 27
Binary 1100100 10010 100101 0 1010010 111111 111101 101011010 1000101 10111

Color Harmonies of #641225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641225

Black with #641225

Text Example


Text Example

White with #641225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641225; }

 p { color: rgb(100,18,37); }

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

background-color css

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

 a { background-color: rgb(100,18,37); }

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

border-color css

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

 span { border-color: rgb(100,18,37); }

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