Html Css Color HEX #600A25 Pohutukawa

📋 copy color: '#600A25'

red 96 ◦ green 10 ◦ blue 37

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

Shades of Pohutukawa #600A25

Tints of Pohutukawa #600A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 67.13%
G = 6.99%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600A25 (or 0x600A25) is known color: Pohutukawa. HEX triplet: 60, 0A and 25. RGB value is (96,10,37). Sum of RGB (Red+Green+Blue) = 96+10+37=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #600A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A25 is #9FF5DA. Grayscale: #262626. Windows color (decimal): -10483163 or 2427488. OLE color: 2427488.

HSL color Cylindrical-coordinate representation of color #600A25: hue angle of 341.16º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A25 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 37 -
CMYK 0 0.90 0.61 0.62
HSL 341.16º 0.81% 0.21% -
HSV(B) 341.16º 0.9% 0.38% -
XYZ 5.27 2.84 2.02 -
YUV 38.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 96 10 37 0 0.90 0.61 0.62 341.16 0.81 0.21
Hex 60 A 25 0 5A 3D 3E 155 51 15
Octal 140 12 45 0 132 75 76 525 121 25
Binary 1100000 1010 100101 0 1011010 111101 111110 101010101 1010001 10101

Color Harmonies of #600A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A25

Black with #600A25

Text Example


Text Example

White with #600A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,10,37); }

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

background-color css

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

 a { background-color: rgb(96,10,37); }

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

border-color css

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

 span { border-color: rgb(96,10,37); }

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