Html Css Color HEX #61071E Pohutukawa

📋 copy color: '#61071E'

red 97 ◦ green 7 ◦ blue 30

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

Shades of Pohutukawa #61071E

Tints of Pohutukawa #61071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 72.39%
G = 5.22%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61071E (or 0x61071E) is known color: Pohutukawa. HEX triplet: 61, 07 and 1E. RGB value is (97,7,30). Sum of RGB (Red+Green+Blue) = 97+7+30=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61071E is #9EF8E1. Grayscale: #242424. Windows color (decimal): -10418402 or 1967969. OLE color: 1967969.

HSL color Cylindrical-coordinate representation of color #61071E: hue angle of 344.67º 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 #61071E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 30 -
CMYK 0 0.93 0.69 0.62
HSL 344.67º 0.87% 0.2% -
HSV(B) 344.67º 0.93% 0.38% -
XYZ 5.24 2.79 1.49 -
YUV 36.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 97 7 30 0 0.93 0.69 0.62 344.67 0.87 0.2
Hex 61 7 1E 0 5D 45 3E 159 57 14
Octal 141 7 36 0 135 105 76 531 127 24
Binary 1100001 111 11110 0 1011101 1000101 111110 101011001 1010111 10100

Color Harmonies of #61071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61071E

Black with #61071E

Text Example


Text Example

White with #61071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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