Html Css Color HEX #600314 Pohutukawa

📋 copy color: '#600314'

red 96 ◦ green 3 ◦ blue 20

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

Shades of Pohutukawa #600314

Tints of Pohutukawa #600314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 80.67%
G = 2.52%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600314 (or 0x600314) is known color: Pohutukawa. HEX triplet: 60, 03 and 14. RGB value is (96,3,20). Sum of RGB (Red+Green+Blue) = 96+3+20=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600314 is #9FFCEB. Grayscale: #202020. Windows color (decimal): -10484972 or 1311584. OLE color: 1311584.

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

Color convert

RGB 96 3 20 -
CMYK 0 0.97 0.79 0.62
HSL 349.03º 0.94% 0.19% -
HSV(B) 349.03º 0.97% 0.38% -
XYZ 4.98 2.6 0.9 -
YUV 32.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 96 3 20 0 0.97 0.79 0.62 349.03 0.94 0.19
Hex 60 3 14 0 61 4F 3E 15D 5E 13
Octal 140 3 24 0 141 117 76 535 136 23
Binary 1100000 11 10100 0 1100001 1001111 111110 101011101 1011110 10011

Color Harmonies of #600314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600314

Black with #600314

Text Example


Text Example

White with #600314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600314; }

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

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

background-color css

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

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

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

border-color css

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

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

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