Html Css Color HEX #64172B Pohutukawa

📋 copy color: '#64172B'

red 100 ◦ green 23 ◦ blue 43

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

Shades of Pohutukawa #64172B

Tints of Pohutukawa #64172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 60.24%
G = 13.86%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64172B (or 0x64172B) is known color: Pohutukawa. HEX triplet: 64, 17 and 2B. RGB value is (100,23,43). Sum of RGB (Red+Green+Blue) = 100+23+43=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64172B is #9BE8D4. Grayscale: #303030. Windows color (decimal): -10217685 or 2824036. OLE color: 2824036.

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

Color convert

RGB 100 23 43 -
CMYK 0 0.77 0.57 0.61
HSL 344.42º 0.63% 0.24% -
HSV(B) 344.42º 0.77% 0.39% -
XYZ 6 3.5 2.64 -
YUV 48.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 100 23 43 0 0.77 0.57 0.61 344.42 0.63 0.24
Hex 64 17 2B 0 4D 39 3D 158 3F 18
Octal 144 27 53 0 115 71 75 530 77 30
Binary 1100100 10111 101011 0 1001101 111001 111101 101011000 111111 11000

Color Harmonies of #64172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64172B

Black with #64172B

Text Example


Text Example

White with #64172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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