Html Css Color HEX #600A28 Pohutukawa

📋 copy color: '#600A28'

red 96 ◦ green 10 ◦ blue 40

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

Shades of Pohutukawa #600A28

Tints of Pohutukawa #600A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.85%

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

R = 65.75%
G = 6.85%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600A28 (or 0x600A28) is known color: Pohutukawa. HEX triplet: 60, 0A and 28. RGB value is (96,10,40). Sum of RGB (Red+Green+Blue) = 96+10+40=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #600A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A28 is #9FF5D7. Grayscale: #272727. Windows color (decimal): -10483160 or 2624096. OLE color: 2624096.

HSL color Cylindrical-coordinate representation of color #600A28: hue angle of 339.07º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A28 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 40 -
CMYK 0 0.90 0.58 0.62
HSL 339.07º 0.81% 0.21% -
HSV(B) 339.07º 0.9% 0.38% -
XYZ 5.32 2.86 2.28 -
YUV 39.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 96 10 40 0 0.90 0.58 0.62 339.07 0.81 0.21
Hex 60 A 28 0 5A 3A 3E 153 51 15
Octal 140 12 50 0 132 72 76 523 121 25
Binary 1100000 1010 101000 0 1011010 111010 111110 101010011 1010001 10101

Color Harmonies of #600A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A28

Black with #600A28

Text Example


Text Example

White with #600A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A28; }

 p { color: rgb(96,10,40); }

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

background-color css

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

 a { background-color: rgb(96,10,40); }

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

border-color css

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

 span { border-color: rgb(96,10,40); }

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