Html Css Color HEX #600F2C Pohutukawa

📋 copy color: '#600F2C'

red 96 ◦ green 15 ◦ blue 44

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

Shades of Pohutukawa #600F2C

Tints of Pohutukawa #600F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 61.94%
G = 9.68%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#600F2C (or 0x600F2C) is known color: Pohutukawa. HEX triplet: 60, 0F and 2C. RGB value is (96,15,44). Sum of RGB (Red+Green+Blue) = 96+15+44=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F2C is #9FF0D3. Grayscale: #2A2A2A. Windows color (decimal): -10481876 or 2887520. OLE color: 2887520.

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

Color convert

RGB 96 15 44 -
CMYK 0 0.84 0.54 0.62
HSL 338.52º 0.73% 0.22% -
HSV(B) 338.52º 0.84% 0.38% -
XYZ 5.45 3.01 2.68 -
YUV 42.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 96 15 44 0 0.84 0.54 0.62 338.52 0.73 0.22
Hex 60 F 2C 0 54 36 3E 153 49 16
Octal 140 17 54 0 124 66 76 523 111 26
Binary 1100000 1111 101100 0 1010100 110110 111110 101010011 1001001 10110

Color Harmonies of #600F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F2C

Black with #600F2C

Text Example


Text Example

White with #600F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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