Html Css Color HEX #60182B Pohutukawa

📋 copy color: '#60182B'

red 96 ◦ green 24 ◦ blue 43

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

Shades of Pohutukawa #60182B

Tints of Pohutukawa #60182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 58.9%
G = 14.72%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60182B (or 0x60182B) is known color: Pohutukawa. HEX triplet: 60, 18 and 2B. RGB value is (96,24,43). Sum of RGB (Red+Green+Blue) = 96+24+43=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60182B is #9FE7D4. Grayscale: #2F2F2F. Windows color (decimal): -10479573 or 2824288. OLE color: 2824288.

HSL color Cylindrical-coordinate representation of color #60182B: hue angle of 344.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60182B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 43 -
CMYK 0 0.75 0.55 0.62
HSL 344.17º 0.6% 0.24% -
HSV(B) 344.17º 0.75% 0.38% -
XYZ 5.59 3.31 2.63 -
YUV 47.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 96 24 43 0 0.75 0.55 0.62 344.17 0.6 0.24
Hex 60 18 2B 0 4B 37 3E 158 3C 18
Octal 140 30 53 0 113 67 76 530 74 30
Binary 1100000 11000 101011 0 1001011 110111 111110 101011000 111100 11000

Color Harmonies of #60182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60182B

Black with #60182B

Text Example


Text Example

White with #60182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60182B; }

 p { color: rgb(96,24,43); }

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

background-color css

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

 a { background-color: rgb(96,24,43); }

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

border-color css

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

 span { border-color: rgb(96,24,43); }

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