Html Css Color HEX #641728 Pohutukawa

📋 copy color: '#641728'

red 100 ◦ green 23 ◦ blue 40

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

Shades of Pohutukawa #641728

Tints of Pohutukawa #641728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 61.35%
G = 14.11%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#641728 (or 0x641728) is known color: Pohutukawa. HEX triplet: 64, 17 and 28. RGB value is (100,23,40). Sum of RGB (Red+Green+Blue) = 100+23+40=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #641728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641728 is #9BE8D7. Grayscale: #2F2F2F. Windows color (decimal): -10217688 or 2627428. OLE color: 2627428.

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

Color convert

RGB 100 23 40 -
CMYK 0 0.77 0.6 0.61
HSL 346.75º 0.63% 0.24% -
HSV(B) 346.75º 0.77% 0.39% -
XYZ 5.94 3.48 2.36 -
YUV 47.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 100 23 40 0 0.77 0.6 0.61 346.75 0.63 0.24
Hex 64 17 28 0 4D 3C 3D 15B 3F 18
Octal 144 27 50 0 115 74 75 533 77 30
Binary 1100100 10111 101000 0 1001101 111100 111101 101011011 111111 11000

Color Harmonies of #641728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641728

Black with #641728

Text Example


Text Example

White with #641728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641728; }

 p { color: rgb(100,23,40); }

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

background-color css

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

 a { background-color: rgb(100,23,40); }

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

border-color css

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

 span { border-color: rgb(100,23,40); }

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