Html Css Color HEX #61232E Pohutukawa

📋 copy color: '#61232E'

red 97 ◦ green 35 ◦ blue 46

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

Shades of Pohutukawa #61232E

Tints of Pohutukawa #61232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 54.49%
G = 19.66%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61232E (or 0x61232E) is known color: Pohutukawa. HEX triplet: 61, 23 and 2E. RGB value is (97,35,46). Sum of RGB (Red+Green+Blue) = 97+35+46=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61232E is #9EDCD1. Grayscale: #363636. Windows color (decimal): -10411218 or 3023713. OLE color: 3023713.

HSL color Cylindrical-coordinate representation of color #61232E: hue angle of 349.35º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61232E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 46 -
CMYK 0 0.64 0.53 0.62
HSL 349.35º 0.47% 0.26% -
HSV(B) 349.35º 0.64% 0.38% -
XYZ 6.02 3.94 3.03 -
YUV 54.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 97 35 46 0 0.64 0.53 0.62 349.35 0.47 0.26
Hex 61 23 2E 0 40 35 3E 15D 2F 1A
Octal 141 43 56 0 100 65 76 535 57 32
Binary 1100001 100011 101110 0 1000000 110101 111110 101011101 101111 11010

Color Harmonies of #61232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61232E

Black with #61232E

Text Example


Text Example

White with #61232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,35,46); }

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

background-color css

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

 a { background-color: rgb(97,35,46); }

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

border-color css

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

 span { border-color: rgb(97,35,46); }

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