Html Css Color HEX #600312 Pohutukawa

📋 copy color: '#600312'

red 96 ◦ green 3 ◦ blue 18

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

Shades of Pohutukawa #600312

Tints of Pohutukawa #600312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 82.05%
G = 2.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#600312 (or 0x600312) is known color: Pohutukawa. HEX triplet: 60, 03 and 12. RGB value is (96,3,18). Sum of RGB (Red+Green+Blue) = 96+3+18=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600312 is #9FFCED. Grayscale: #202020. Windows color (decimal): -10484974 or 1180512. OLE color: 1180512.

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

Color convert

RGB 96 3 18 -
CMYK 0 0.97 0.81 0.62
HSL 350.32º 0.94% 0.19% -
HSV(B) 350.32º 0.97% 0.38% -
XYZ 4.97 2.6 0.81 -
YUV 32.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 96 3 18 0 0.97 0.81 0.62 350.32 0.94 0.19
Hex 60 3 12 0 61 51 3E 15E 5E 13
Octal 140 3 22 0 141 121 76 536 136 23
Binary 1100000 11 10010 0 1100001 1010001 111110 101011110 1011110 10011

Color Harmonies of #600312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600312

Black with #600312

Text Example


Text Example

White with #600312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600312; }

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

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

background-color css

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

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

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

border-color css

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

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

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