Html Css Color HEX #61040C Pohutukawa

📋 copy color: '#61040C'

red 97 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #61040C

Tints of Pohutukawa #61040C

RGB

 RED value IS 97 (38.28% from 255) = 85.84%

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

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 85.84%
G = 3.54%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61040C (or 0x61040C) is known color: Pohutukawa. HEX triplet: 61, 04 and 0C. RGB value is (97,4,12). Sum of RGB (Red+Green+Blue) = 97+4+12=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #61040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61040C is #9EFBF3. Grayscale: #202020. Windows color (decimal): -10419188 or 787553. OLE color: 787553.

HSL color Cylindrical-coordinate representation of color #61040C: hue angle of 354.84º 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 #61040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 12 -
CMYK 0 0.96 0.88 0.62
HSL 354.84º 0.92% 0.2% -
HSV(B) 354.84º 0.96% 0.38% -
XYZ 5.04 2.65 0.59 -
YUV 32.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 97 4 12 0 0.96 0.88 0.62 354.84 0.92 0.2
Hex 61 4 C 0 60 58 3E 163 5C 14
Octal 141 4 14 0 140 130 76 543 134 24
Binary 1100001 100 1100 0 1100000 1011000 111110 101100011 1011100 10100

Color Harmonies of #61040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61040C

Black with #61040C

Text Example


Text Example

White with #61040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61040C; }

 p { color: rgb(97,4,12); }

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

background-color css

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

 a { background-color: rgb(97,4,12); }

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

border-color css

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

 span { border-color: rgb(97,4,12); }

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