Html Css Color HEX #600421 Pohutukawa

📋 copy color: '#600421'

red 96 ◦ green 4 ◦ blue 33

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

Shades of Pohutukawa #600421

Tints of Pohutukawa #600421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 72.18%
G = 3.01%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#600421 (or 0x600421) is known color: Pohutukawa. HEX triplet: 60, 04 and 21. RGB value is (96,4,33). Sum of RGB (Red+Green+Blue) = 96+4+33=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600421 is #9FFBDE. Grayscale: #222222. Windows color (decimal): -10484703 or 2163808. OLE color: 2163808.

HSL color Cylindrical-coordinate representation of color #600421: hue angle of 341.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600421 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 33 -
CMYK 0 0.96 0.66 0.62
HSL 341.09º 0.92% 0.2% -
HSV(B) 341.09º 0.96% 0.38% -
XYZ 5.14 2.68 1.69 -
YUV 34.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 96 4 33 0 0.96 0.66 0.62 341.09 0.92 0.2
Hex 60 4 21 0 60 42 3E 155 5C 14
Octal 140 4 41 0 140 102 76 525 134 24
Binary 1100000 100 100001 0 1100000 1000010 111110 101010101 1011100 10100

Color Harmonies of #600421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600421

Black with #600421

Text Example


Text Example

White with #600421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600421; }

 p { color: rgb(96,4,33); }

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

background-color css

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

 a { background-color: rgb(96,4,33); }

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

border-color css

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

 span { border-color: rgb(96,4,33); }

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