Html Css Color HEX #69182C Pohutukawa

📋 copy color: '#69182C'

red 105 ◦ green 24 ◦ blue 44

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

Shades of Pohutukawa #69182C

Tints of Pohutukawa #69182C

RGB

 RED value IS 105 (41.41% from 255) = 60.69%

 GREEN value IS 24 (9.77% from 255) = 13.87%

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 60.69%
G = 13.87%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#69182C (or 0x69182C) is known color: Pohutukawa. HEX triplet: 69, 18 and 2C. RGB value is (105,24,44). Sum of RGB (Red+Green+Blue) = 105+24+44=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #69182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182C is #96E7D3. Grayscale: #323232. Windows color (decimal): -9889748 or 2889833. OLE color: 2889833.

HSL color Cylindrical-coordinate representation of color #69182C: hue angle of 345.19º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69182C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 44 -
CMYK 0 0.77 0.58 0.59
HSL 345.19º 0.63% 0.25% -
HSV(B) 345.19º 0.77% 0.41% -
XYZ 6.61 3.84 2.78 -
YUV 50.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 105 24 44 0 0.77 0.58 0.59 345.19 0.63 0.25
Hex 69 18 2C 0 4D 3A 3B 159 3F 19
Octal 151 30 54 0 115 72 73 531 77 31
Binary 1101001 11000 101100 0 1001101 111010 111011 101011001 111111 11001

Color Harmonies of #69182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69182C

Black with #69182C

Text Example


Text Example

White with #69182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69182C; }

 p { color: rgb(105,24,44); }

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

background-color css

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

 a { background-color: rgb(105,24,44); }

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

border-color css

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

 span { border-color: rgb(105,24,44); }

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