Html Css Color HEX #65192D Pohutukawa

📋 copy color: '#65192D'

red 101 ◦ green 25 ◦ blue 45

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

Shades of Pohutukawa #65192D

Tints of Pohutukawa #65192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 59.06%
G = 14.62%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#65192D (or 0x65192D) is known color: Pohutukawa. HEX triplet: 65, 19 and 2D. RGB value is (101,25,45). Sum of RGB (Red+Green+Blue) = 101+25+45=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #65192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65192D is #9AE6D2. Grayscale: #323232. Windows color (decimal): -10151635 or 2955621. OLE color: 2955621.

HSL color Cylindrical-coordinate representation of color #65192D: hue angle of 344.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65192D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 45 -
CMYK 0 0.75 0.55 0.60
HSL 344.21º 0.6% 0.25% -
HSV(B) 344.21º 0.75% 0.4% -
XYZ 6.19 3.65 2.86 -
YUV 50 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 101 25 45 0 0.75 0.55 0.60 344.21 0.6 0.25
Hex 65 19 2D 0 4B 37 3C 158 3C 19
Octal 145 31 55 0 113 67 74 530 74 31
Binary 1100101 11001 101101 0 1001011 110111 111100 101011000 111100 11001

Color Harmonies of #65192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65192D

Black with #65192D

Text Example


Text Example

White with #65192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65192D; }

 p { color: rgb(101,25,45); }

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

background-color css

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

 a { background-color: rgb(101,25,45); }

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

border-color css

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

 span { border-color: rgb(101,25,45); }

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