Html Css Color HEX #600320 Pohutukawa

📋 copy color: '#600320'

red 96 ◦ green 3 ◦ blue 32

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

Shades of Pohutukawa #600320

Tints of Pohutukawa #600320

RGB

 RED value IS 96 (37.89% from 255) = 73.28%

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 73.28%
G = 2.29%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#600320 (or 0x600320) is known color: Pohutukawa. HEX triplet: 60, 03 and 20. RGB value is (96,3,32). Sum of RGB (Red+Green+Blue) = 96+3+32=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600320 is #9FFCDF. Grayscale: #222222. Windows color (decimal): -10484960 or 2098016. OLE color: 2098016.

HSL color Cylindrical-coordinate representation of color #600320: hue angle of 341.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600320 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 32 -
CMYK 0 0.97 0.67 0.62
HSL 341.29º 0.94% 0.19% -
HSV(B) 341.29º 0.97% 0.38% -
XYZ 5.12 2.66 1.61 -
YUV 34.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 96 3 32 0 0.97 0.67 0.62 341.29 0.94 0.19
Hex 60 3 20 0 61 43 3E 155 5E 13
Octal 140 3 40 0 141 103 76 525 136 23
Binary 1100000 11 100000 0 1100001 1000011 111110 101010101 1011110 10011

Color Harmonies of #600320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600320

Black with #600320

Text Example


Text Example

White with #600320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600320; }

 p { color: rgb(96,3,32); }

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

background-color css

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

 a { background-color: rgb(96,3,32); }

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

border-color css

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

 span { border-color: rgb(96,3,32); }

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