Html Css Color HEX #600410 Pohutukawa

📋 copy color: '#600410'

red 96 ◦ green 4 ◦ blue 16

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

Shades of Pohutukawa #600410

Tints of Pohutukawa #600410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 82.76%
G = 3.45%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600410 (or 0x600410) is known color: Pohutukawa. HEX triplet: 60, 04 and 10. RGB value is (96,4,16). Sum of RGB (Red+Green+Blue) = 96+4+16=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600410 is #9FFBEF. Grayscale: #202020. Windows color (decimal): -10484720 or 1049696. OLE color: 1049696.

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

Color convert

RGB 96 4 16 -
CMYK 0 0.96 0.83 0.62
HSL 352.17º 0.92% 0.2% -
HSV(B) 352.17º 0.96% 0.38% -
XYZ 4.96 2.61 0.73 -
YUV 32.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 96 4 16 0 0.96 0.83 0.62 352.17 0.92 0.2
Hex 60 4 10 0 60 53 3E 160 5C 14
Octal 140 4 20 0 140 123 76 540 134 24
Binary 1100000 100 10000 0 1100000 1010011 111110 101100000 1011100 10100

Color Harmonies of #600410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600410

Black with #600410

Text Example


Text Example

White with #600410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600410; }

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

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

background-color css

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

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

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

border-color css

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

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

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