Html Css Color HEX #65212E Pohutukawa

📋 copy color: '#65212E'

red 101 ◦ green 33 ◦ blue 46

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

Shades of Pohutukawa #65212E

Tints of Pohutukawa #65212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 56.11%
G = 18.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65212E (or 0x65212E) is known color: Pohutukawa. HEX triplet: 65, 21 and 2E. RGB value is (101,33,46). Sum of RGB (Red+Green+Blue) = 101+33+46=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65212E is #9ADED1. Grayscale: #363636. Windows color (decimal): -10149586 or 3023205. OLE color: 3023205.

HSL color Cylindrical-coordinate representation of color #65212E: hue angle of 348.53º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65212E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 33 46 -
CMYK 0 0.67 0.54 0.60
HSL 348.53º 0.51% 0.26% -
HSV(B) 348.53º 0.67% 0.4% -
XYZ 6.4 4.05 3.03 -
YUV 54.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 101 33 46 0 0.67 0.54 0.60 348.53 0.51 0.26
Hex 65 21 2E 0 43 36 3C 15D 33 1A
Octal 145 41 56 0 103 66 74 535 63 32
Binary 1100101 100001 101110 0 1000011 110110 111100 101011101 110011 11010

Color Harmonies of #65212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65212E

Black with #65212E

Text Example


Text Example

White with #65212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,33,46); }

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

background-color css

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

 a { background-color: rgb(101,33,46); }

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

border-color css

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

 span { border-color: rgb(101,33,46); }

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