Html Css Color HEX #600D0F Pohutukawa

📋 copy color: '#600D0F'

red 96 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #600D0F

Tints of Pohutukawa #600D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 15 (6.25% from 255) = 12.1%

R = 77.42%
G = 10.48%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#600D0F (or 0x600D0F) is known color: Pohutukawa. HEX triplet: 60, 0D and 0F. RGB value is (96,13,15). Sum of RGB (Red+Green+Blue) = 96+13+15=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #600D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D0F is #9FF2F0. Grayscale: #262626. Windows color (decimal): -10482417 or 986464. OLE color: 986464.

HSL color Cylindrical-coordinate representation of color #600D0F: hue angle of 358.55º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D0F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 13 15 -
CMYK 0 0.86 0.84 0.62
HSL 358.55º 0.76% 0.21% -
HSV(B) 358.55º 0.86% 0.38% -
XYZ 5.05 2.81 0.73 -
YUV 38.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 96 13 15 0 0.86 0.84 0.62 358.55 0.76 0.21
Hex 60 D F 0 56 54 3E 167 4C 15
Octal 140 15 17 0 126 124 76 547 114 25
Binary 1100000 1101 1111 0 1010110 1010100 111110 101100111 1001100 10101

Color Harmonies of #600D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D0F

Black with #600D0F

Text Example


Text Example

White with #600D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600D0F; }

 p { color: rgb(96,13,15); }

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

background-color css

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

 a { background-color: rgb(96,13,15); }

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

border-color css

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

 span { border-color: rgb(96,13,15); }

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