Html Css Color HEX #65121B Pohutukawa

📋 copy color: '#65121B'

red 101 ◦ green 18 ◦ blue 27

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

Shades of Pohutukawa #65121B

Tints of Pohutukawa #65121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 69.18%
G = 12.33%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65121B (or 0x65121B) is known color: Pohutukawa. HEX triplet: 65, 12 and 1B. RGB value is (101,18,27). Sum of RGB (Red+Green+Blue) = 101+18+27=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121B is #9AEDE4. Grayscale: #2B2B2B. Windows color (decimal): -10153445 or 1774181. OLE color: 1774181.

HSL color Cylindrical-coordinate representation of color #65121B: hue angle of 353.49º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65121B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 27 -
CMYK 0 0.82 0.73 0.60
HSL 353.49º 0.7% 0.23% -
HSV(B) 353.49º 0.82% 0.4% -
XYZ 5.78 3.28 1.37 -
YUV 43.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 101 18 27 0 0.82 0.73 0.60 353.49 0.7 0.23
Hex 65 12 1B 0 52 49 3C 161 46 17
Octal 145 22 33 0 122 111 74 541 106 27
Binary 1100101 10010 11011 0 1010010 1001001 111100 101100001 1000110 10111

Color Harmonies of #65121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65121B

Black with #65121B

Text Example


Text Example

White with #65121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65121B; }

 p { color: rgb(101,18,27); }

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

background-color css

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

 a { background-color: rgb(101,18,27); }

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

border-color css

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

 span { border-color: rgb(101,18,27); }

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