Html Css Color HEX #641721 Pohutukawa

📋 copy color: '#641721'

red 100 ◦ green 23 ◦ blue 33

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

Shades of Pohutukawa #641721

Tints of Pohutukawa #641721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 64.1%
G = 14.74%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#641721 (or 0x641721) is known color: Pohutukawa. HEX triplet: 64, 17 and 21. RGB value is (100,23,33). Sum of RGB (Red+Green+Blue) = 100+23+33=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #641721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641721 is #9BE8DE. Grayscale: #2F2F2F. Windows color (decimal): -10217695 or 2168676. OLE color: 2168676.

HSL color Cylindrical-coordinate representation of color #641721: hue angle of 352.21º 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 #641721 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 33 -
CMYK 0 0.77 0.67 0.61
HSL 352.21º 0.63% 0.24% -
HSV(B) 352.21º 0.77% 0.39% -
XYZ 5.84 3.43 1.79 -
YUV 47.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 100 23 33 0 0.77 0.67 0.61 352.21 0.63 0.24
Hex 64 17 21 0 4D 43 3D 160 3F 18
Octal 144 27 41 0 115 103 75 540 77 30
Binary 1100100 10111 100001 0 1001101 1000011 111101 101100000 111111 11000

Color Harmonies of #641721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641721

Black with #641721

Text Example


Text Example

White with #641721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641721; }

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

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

background-color css

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

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

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

border-color css

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

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

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