Html Css Color HEX #61071C Pohutukawa

📋 copy color: '#61071C'

red 97 ◦ green 7 ◦ blue 28

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

Shades of Pohutukawa #61071C

Tints of Pohutukawa #61071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 73.48%
G = 5.3%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61071C (or 0x61071C) is known color: Pohutukawa. HEX triplet: 61, 07 and 1C. RGB value is (97,7,28). Sum of RGB (Red+Green+Blue) = 97+7+28=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #61071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61071C is #9EF8E3. Grayscale: #242424. Windows color (decimal): -10418404 or 1836897. OLE color: 1836897.

HSL color Cylindrical-coordinate representation of color #61071C: hue angle of 346º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61071C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 28 -
CMYK 0 0.93 0.71 0.62
HSL 346º 0.87% 0.2% -
HSV(B) 346º 0.93% 0.38% -
XYZ 5.22 2.78 1.36 -
YUV 36.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 97 7 28 0 0.93 0.71 0.62 346 0.87 0.2
Hex 61 7 1C 0 5D 47 3E 15A 57 14
Octal 141 7 34 0 135 107 76 532 127 24
Binary 1100001 111 11100 0 1011101 1000111 111110 101011010 1010111 10100

Color Harmonies of #61071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61071C

Black with #61071C

Text Example


Text Example

White with #61071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,7,28); }

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

background-color css

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

 a { background-color: rgb(97,7,28); }

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

border-color css

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

 span { border-color: rgb(97,7,28); }

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