Html Css Color HEX #651323 Pohutukawa

📋 copy color: '#651323'

red 101 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #651323

Tints of Pohutukawa #651323

RGB

 RED value IS 101 (39.84% from 255) = 65.16%

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 65.16%
G = 12.26%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#651323 (or 0x651323) is known color: Pohutukawa. HEX triplet: 65, 13 and 23. RGB value is (101,19,35). Sum of RGB (Red+Green+Blue) = 101+19+35=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651323 is #9AECDC. Grayscale: #2D2D2D. Windows color (decimal): -10153181 or 2298725. OLE color: 2298725.

HSL color Cylindrical-coordinate representation of color #651323: hue angle of 348.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651323 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 35 -
CMYK 0 0.81 0.65 0.60
HSL 348.29º 0.68% 0.24% -
HSV(B) 348.29º 0.81% 0.4% -
XYZ 5.9 3.35 1.93 -
YUV 45.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 101 19 35 0 0.81 0.65 0.60 348.29 0.68 0.24
Hex 65 13 23 0 51 41 3C 15C 44 18
Octal 145 23 43 0 121 101 74 534 104 30
Binary 1100101 10011 100011 0 1010001 1000001 111100 101011100 1000100 11000

Color Harmonies of #651323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651323

Black with #651323

Text Example


Text Example

White with #651323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651323; }

 p { color: rgb(101,19,35); }

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

background-color css

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

 a { background-color: rgb(101,19,35); }

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

border-color css

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

 span { border-color: rgb(101,19,35); }

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