Html Css Color HEX #600510 Pohutukawa

📋 copy color: '#600510'

red 96 ◦ green 5 ◦ blue 16

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

Shades of Pohutukawa #600510

Tints of Pohutukawa #600510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 82.05%
G = 4.27%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600510 (or 0x600510) is known color: Pohutukawa. HEX triplet: 60, 05 and 10. RGB value is (96,5,16). Sum of RGB (Red+Green+Blue) = 96+5+16=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600510 is #9FFAEF. Grayscale: #212121. Windows color (decimal): -10484464 or 1049952. OLE color: 1049952.

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

Color convert

RGB 96 5 16 -
CMYK 0 0.95 0.83 0.62
HSL 352.75º 0.9% 0.2% -
HSV(B) 352.75º 0.95% 0.38% -
XYZ 4.97 2.63 0.74 -
YUV 33.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 96 5 16 0 0.95 0.83 0.62 352.75 0.9 0.2
Hex 60 5 10 0 5F 53 3E 161 5A 14
Octal 140 5 20 0 137 123 76 541 132 24
Binary 1100000 101 10000 0 1011111 1010011 111110 101100001 1011010 10100

Color Harmonies of #600510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600510

Black with #600510

Text Example


Text Example

White with #600510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600510; }

 p { color: rgb(96,5,16); }

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

background-color css

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

 a { background-color: rgb(96,5,16); }

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

border-color css

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

 span { border-color: rgb(96,5,16); }

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