Html Css Color HEX #641827 Pohutukawa

📋 copy color: '#641827'

red 100 ◦ green 24 ◦ blue 39

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

Shades of Pohutukawa #641827

Tints of Pohutukawa #641827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 61.35%
G = 14.72%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#641827 (or 0x641827) is known color: Pohutukawa. HEX triplet: 64, 18 and 27. RGB value is (100,24,39). Sum of RGB (Red+Green+Blue) = 100+24+39=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #641827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641827 is #9BE7D8. Grayscale: #303030. Windows color (decimal): -10217433 or 2562148. OLE color: 2562148.

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

Color convert

RGB 100 24 39 -
CMYK 0 0.76 0.61 0.61
HSL 348.16º 0.61% 0.24% -
HSV(B) 348.16º 0.76% 0.39% -
XYZ 5.95 3.51 2.28 -
YUV 48.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 100 24 39 0 0.76 0.61 0.61 348.16 0.61 0.24
Hex 64 18 27 0 4C 3D 3D 15C 3D 18
Octal 144 30 47 0 114 75 75 534 75 30
Binary 1100100 11000 100111 0 1001100 111101 111101 101011100 111101 11000

Color Harmonies of #641827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641827

Black with #641827

Text Example


Text Example

White with #641827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641827; }

 p { color: rgb(100,24,39); }

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

background-color css

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

 a { background-color: rgb(100,24,39); }

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

border-color css

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

 span { border-color: rgb(100,24,39); }

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