Html Css Color HEX #61030E Pohutukawa

📋 copy color: '#61030E'

red 97 ◦ green 3 ◦ blue 14

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

Shades of Pohutukawa #61030E

Tints of Pohutukawa #61030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 85.09%
G = 2.63%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61030E (or 0x61030E) is known color: Pohutukawa. HEX triplet: 61, 03 and 0E. RGB value is (97,3,14). Sum of RGB (Red+Green+Blue) = 97+3+14=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #61030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61030E is #9EFCF1. Grayscale: #202020. Windows color (decimal): -10419442 or 918369. OLE color: 918369.

HSL color Cylindrical-coordinate representation of color #61030E: hue angle of 352.98º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 14 -
CMYK 0 0.97 0.86 0.62
HSL 352.98º 0.94% 0.2% -
HSV(B) 352.98º 0.97% 0.38% -
XYZ 5.04 2.64 0.66 -
YUV 32.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 97 3 14 0 0.97 0.86 0.62 352.98 0.94 0.2
Hex 61 3 E 0 61 56 3E 161 5E 14
Octal 141 3 16 0 141 126 76 541 136 24
Binary 1100001 11 1110 0 1100001 1010110 111110 101100001 1011110 10100

Color Harmonies of #61030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61030E

Black with #61030E

Text Example


Text Example

White with #61030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61030E; }

 p { color: rgb(97,3,14); }

 H1.HeaderClassName
 {
   color: #61030E;
 }
 .AnyTagClassName
 {
   color: #61030E;
 }
</style>

background-color css

<style>
 a { background-color: #61030E; }

 a { background-color: rgb(97,3,14); }

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

border-color css

<style>
 span { border-color: #61030E; }

 span { border-color: rgb(97,3,14); }

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