Html Css Color HEX #600310 Pohutukawa

📋 copy color: '#600310'

red 96 ◦ green 3 ◦ blue 16

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

Shades of Pohutukawa #600310

Tints of Pohutukawa #600310

RGB

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

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

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

R = 83.48%
G = 2.61%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600310 (or 0x600310) is known color: Pohutukawa. HEX triplet: 60, 03 and 10. RGB value is (96,3,16). Sum of RGB (Red+Green+Blue) = 96+3+16=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600310 is #9FFCEF. Grayscale: #202020. Windows color (decimal): -10484976 or 1049440. OLE color: 1049440.

HSL color Cylindrical-coordinate representation of color #600310: hue angle of 351.61º 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 #600310 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 16 -
CMYK 0 0.97 0.83 0.62
HSL 351.61º 0.94% 0.19% -
HSV(B) 351.61º 0.97% 0.38% -
XYZ 4.95 2.59 0.73 -
YUV 32.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 96 3 16 0 0.97 0.83 0.62 351.61 0.94 0.19
Hex 60 3 10 0 61 53 3E 160 5E 13
Octal 140 3 20 0 141 123 76 540 136 23
Binary 1100000 11 10000 0 1100001 1010011 111110 101100000 1011110 10011

Color Harmonies of #600310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600310

Black with #600310

Text Example


Text Example

White with #600310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600310; }

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

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

background-color css

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

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

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

border-color css

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

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

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